DecimalNINumericDecimalNLogicalAnd Method
Computes the bitwise logical AND of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
DecimalN INumeric<DecimalN>.LogicalAnd(
DecimalN value
)
Private Function LogicalAnd (
value As DecimalN
) As DecimalN Implements INumeric(Of DecimalN).LogicalAnd
private:
virtual DecimalN LogicalAnd(
DecimalN value
) sealed = INumeric<DecimalN>::LogicalAnd
private abstract LogicalAnd :
value : DecimalN -> DecimalN
private override LogicalAnd :
value : DecimalN -> DecimalN
- value DecimalN
- The value with which to compute the logical bitwise AND.
DecimalNThe bitwise logical AND of the current value and
value.
INumericTSelfLogicalAnd(TSelf)